Skip to content

FDN-4433 Flow dependency updates#657

Merged
gheine merged 7 commits intomainfrom
update/flow
Feb 4, 2026
Merged

FDN-4433 Flow dependency updates#657
gheine merged 7 commits intomainfrom
update/flow

Conversation

@team-foundation-git
Copy link
Contributor

@team-foundation-git team-foundation-git commented Feb 4, 2026

About this PR

Updates:

  • 📦 io.flow:lib-healthcheck-play29 from 0.0.94 to 0.0.95
  • 📦 io.flow:lib-log-play29 from 0.2.79 to 0.2.80
  • 📦 io.flow:lib-metrics-play29 from 1.1.76 to 1.1.77
  • 📦 io.flow:lib-postgresql-play-play29 from 0.6.63 to 0.6.64
  • 📦 io.flow:lib-test-utils-play29 from 0.3.5 to 0.3.6
  • 📦 io.flow:lib-usage-play29 from 0.3.38 to 0.3.39
  • 📦 io.flow:sbt-flow-linter from 0.0.76 to 0.0.77

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "io.flow", artifactId = "lib-healthcheck-play29" },
  { groupId = "io.flow", artifactId = "lib-log-play29" },
  { groupId = "io.flow", artifactId = "lib-metrics-play29" },
  { groupId = "io.flow", artifactId = "lib-postgresql-play-play29" },
  { groupId = "io.flow", artifactId = "lib-test-utils-play29" },
  { groupId = "io.flow", artifactId = "lib-usage-play29" },
  { groupId = "io.flow", artifactId = "sbt-flow-linter" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-healthcheck-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-log-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-metrics-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-postgresql-play-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-test-utils-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-usage-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "sbt-flow-linter" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to newer compatible versions across database, metrics, test utilities, logging, health check, and build tool libraries.

@coderabbitai
Copy link

coderabbitai bot commented Feb 4, 2026

📝 Walkthrough

Walkthrough

This pull request updates library and plugin dependencies in build configuration files. Six io.flow library versions are bumped in build.sbt (postgresql-play, metrics-play, test-utils-play, usage-play, log-play, and healthcheck-play), and the sbt-flow-linter plugin version is bumped in project/plugins.sbt. No functionality changes.

Changes

Cohort / File(s) Summary
Library dependency updates
build.sbt
Updated six io.flow Play 2.9 library versions: lib-postgresql-play-play29 (0.6.63 → 0.6.64), lib-metrics-play29 (1.1.76 → 1.1.77), lib-test-utils-play29 (0.3.5 → 0.3.6), lib-usage-play29 (0.3.38 → 0.39), lib-log-play29 (0.2.79 → 0.2.80), lib-healthcheck-play29 (0.0.94 → 0.0.95).
Plugin dependency update
project/plugins.sbt
Updated sbt-flow-linter plugin version from 0.0.76 to 0.0.77.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • gheine
  • jackl
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'FDN-4433 Flow dependency updates' accurately summarizes the main change: updating Flow library dependencies in build.sbt and sbt-flow-linter in project/plugins.sbt.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@flow-tech
Copy link
Contributor

@gheine gheine merged commit 2b5d911 into main Feb 4, 2026
7 checks passed
@gheine gheine deleted the update/flow branch February 4, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants